reserveCache

suspend fun reserveCache(key: String, version: String): Int?

Reserve a cache key

Return

the cacheId if successfully reserved, or null otherwise

Sources

js source
Link copied to clipboard